Processing Instruction Tags

From Documentation


DocumentationZK JSP Tags EssentialsProcessing Instruction Tags
Processing Instruction Tags



This section outlines details on processing instruction tags. The processing instruction tags are used to control how ZK JSP tags shall be handled.

The shall be placed outside of <zk:page>. For example:

<zk:init .../>
<zk:component .../>
<zk:variable-resolver .../>
...
<zk:page>
...
</zk:page>

Not all ZUML's processing instructions are available in ZK JSP Tags. Here is a list of the supported processing instruction tags.




Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.